IBM DB2
Driver library:
db2jcc4.jar
Configuration settings:
iscoblol.jdbc.driver=com.ibm.db2.jcc.DB2Driver
iscobol.jdbc.url=jdbc:db2://<ServerName>:<Port>/<DataBaseName>;
iscobol.jdbc.user=<Username>
iscobol.jdbc.password=<Password>
See DatabaseBridge and JDBC/ESQL Configuration for other JDBC settings that affects the post-connection behaviors, like autocommit.